fix(tj): finetune spaceinvaders from atari26 pretrained ckpt in ScaleZero#399
Open
tAnGjIa520 wants to merge 1 commit intoopendilab:dev-multitask-balance-cleanfrom
Open
fix(tj): finetune spaceinvaders from atari26 pretrained ckpt in ScaleZero#399tAnGjIa520 wants to merge 1 commit intoopendilab:dev-multitask-balance-cleanfrom
tAnGjIa520 wants to merge 1 commit intoopendilab:dev-multitask-balance-cleanfrom
Conversation
puyuan1996
requested changes
Aug 13, 2025
| # finetune_components = ['transformer'] # load-enc-trans_finetune-trans-head | ||
| finetune_components = [] # load-enc-trans_finetune-encoder-head | ||
|
|
||
| for seed in [3]: |
Collaborator
There was a problem hiding this comment.
scalezero加载ckpt全量调整和scalezero从零训的版本都指定为seed0
| n_episode = 8 | ||
| evaluator_env_num = 3 | ||
| # num_simulations = 50 | ||
| num_simulations = 25 |
Collaborator
There was a problem hiding this comment.
是需要改成collect_num_simulations为25, eval_num_simulations为50。全部改成25,eval的性能是会下降的
| num_segments = collector_env_num | ||
| n_episode = 8 | ||
| evaluator_env_num = 3 | ||
| num_simulations = 25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
atari_unizero_multitask_segment_ddp_config_debug_naive.py 单任务从0微调
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_full.py 全量微调
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_head_back_encoder_lora.py 微调head+encoder(lora)+backbone(lora)
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_head_back_lora.py 微调head+backbone(lora)
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_head.py 微调(head)